home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / misc / amigancp19.lha / AmigaNCP19 / Docs / ReadMe < prev    next >
Text File  |  1996-11-13  |  5KB  |  144 lines

  1. Short: Link Amiga to Psion S3/a palmtops
  2. Kurz: Verbindung Amiga mit Psion S3a-Palmtops
  3. Author: owagner@vapor.com
  4. Uploader: owagner@vapor.com
  5. Version: 1.9
  6. Type: comm/misc
  7.  
  8. Long:
  9.  
  10. AmigaNCP is a implementation of the Psion link protocol which is e.g.
  11. built into the Psion S3/S3a palmtop's ROM.  It's main purpose is to provide
  12. vice-versa nfs-like file access.
  13.  
  14. AmigaNCP features:
  15.  
  16. -- the "amigancp.library" providing all the network I/O functions.
  17.  
  18. -- the AmigaNCP-FileServer providing transparent access to Amiga files from
  19. the Psion side with optional on-the-fly character conversion.
  20.  
  21. -- the AmigaNCP-FileSystem providing transparent access to Psion files from
  22. the AmigaDOS environment. Includes transparent charset translation feature
  23. and possibility to store icons on the Amiga side for full workbench
  24. integration.
  25.  
  26. -- a print server allowing to print directly from your Psion to a printer
  27. connected to your Amiga.
  28.  
  29. -- full developer documentation and associated material to faciliate NCP
  30. services from within your own applications.
  31.  
  32. AmigaNCP requires:
  33.  
  34. -- AmigaOS 2.04 or better (localization supported).
  35.  
  36. -- the IBM-PC version of the 3-Link cable.
  37.  
  38. Changes from Release 1.8 to 1.9
  39. -------------------------------
  40. -- fixed the character conversion tables to properly
  41.    reflect IBM850->ISO-8859-1 conversion
  42. -- fixed a potential problem in NCP_WaitRead()/NCP_WaitWrite()
  43. -- several small fixes in the Filesystem and Fileserver
  44. -- complete package recompiled with SAS/C 6.57
  45.  
  46. Changes from Release 1.6 to 1.8
  47. -------------------------------
  48. -- hopefully fixed the lockup bug caused by some race conditions
  49.    within the llmac layer.
  50. -- linked with fixed pools.lib to avoid memory loss on OS 2.x
  51.    systems.
  52. -- everything recompiled using SAS/C 6.55.
  53.  
  54. Changes from Release 1.5 to 1.6
  55. -------------------------------
  56. -- did some documentation cleanup
  57.  
  58. Changes from Release 1.4 to 1.5
  59. -------------------------------
  60. -- added french catalog translation (thanks ed@ramses.fdn.org)
  61. -- added some 8-color MWB icons (thanks phil@dcs.king.ac.uk)
  62. -- everything recompiled using SAS/C 6.55
  63. -- fixed a few quirks in the File System increasing
  64.    compatibility with certain Amiga backup utilities.
  65. -- fixed memory usage both in the file server and filesystem.
  66. -- print server now reports printer erros and offers retry.
  67. -- added .cd files for catalog translators (thanks ed@ramses
  68.    for the hint ;-)
  69.  
  70. Changes from Release 1.3 to 1.4
  71. -------------------------------
  72. -- the File System now stores icon files in a special
  73.    AmigaDOS subdirectory to allow snapshoting and
  74.    backdroping of Psion files and directories.
  75. -- did some user and developer documentation update.
  76. -- major speedup in the conversion routines.
  77. -- fixed several small bugs & quirks.
  78. -- Installation script now compatible with old 1.24
  79.    Installer.
  80. -- added catalog translation files.
  81.  
  82. Changes from Release 1.2 to 1.3
  83. -------------------------------
  84. -- fixed a bug in the FileSystem regarding write request
  85.    error handling.
  86.  
  87. Changes from Release 1.1 to 1.2
  88. -------------------------------
  89. -- fixed a bug in the FileSystem which caused a 80000003 guru
  90.    on 68000-only machines.
  91.  
  92. Changes from Release 1.0 to 1.1
  93. -------------------------------
  94. -- fixed a major bug in both the FileServer and FileSystem:
  95.    both called upon exec.library/CreatePool() et al for
  96.    memory management; since the pool functions are
  97.    severly broken in the AmigaOS 2.x release, this lead to
  98.    undefined behaviour and possible crashed on 2.x systems.
  99.    Now the link version of the pool functions are embedded
  100.    in "amigancp.library" to ensure proper behaviour.
  101.  
  102. Changes from Release 0.10beta to 1.0
  103. ------------------------------------
  104. -- fixed broken Installer script (still used "ncp.library" instead
  105.    of "amigancp.library")
  106. -- fixed character conversion bugs in both the file server
  107.    and file system.
  108.  
  109. Changes from Release 0.9 to 0.10 (beta)
  110. ---------------------------------------
  111. -- library is now named "amigancp.library" to avoid problems with
  112.    an already existing, similary named library.
  113. -- fixed several reconnection problems which mainly occured when
  114.    the Psion auto-powered off.
  115. -- now correctly handles filenames with non ASCII characters.
  116. -- fixed several file system problems, esspecially with
  117.    Examine()/ExNext().
  118. -- fixed bugs in the file server which caused data trashing on
  119.    large files.
  120.  
  121. (see "Docs/History" for more information on changes)
  122.  
  123. === Obtaining updates: ===
  124.  
  125. Internet:
  126.  
  127. New releases will be put on AmiNet and on the Psion Internet archive on
  128. src.doc.ic.ac.uk. Also, you might directly visit the support site:
  129.  
  130. WWW: http://www.vapor.com/support/amigancp/
  131. FTP: ftp.vapor.com, /support/amigancp/
  132.  
  133. There is also a support mailing list for AmigaNCP.  To subscribe, write
  134. to "amigancp-request@vapor.com" and put "ADD" in the mail body.  Put
  135. "HELP" in the mail body to get full instructions on how to use the list
  136. server.
  137.  
  138. === Bug reports: ===
  139.  
  140. Please report any bugs via E-Mail to amigancp-bugs@vapor.com.  Please
  141. enclose a detailed description of the bug and the bug generation
  142. procedure, together with a description of both your AmigaOS and Psion
  143. setup.
  144.